@charset "utf-8";
/*=============================================================
 organization Layout
=============================================================*/
/* organization-pic-main
-------------------------------------------------------------*/
#organization-pic-main{
	border-bottom: 2px solid #546e7a;
}


img#noteIcon{
	width: 111px;
}
@media only screen and (max-width:767px), only screen and (max-device-width:767px){
	img#noteIcon{
		width: 16%;
	}
}